Environment

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string global_path)
Undocumented in source.
this
this(string input_path, string output_path)
Undocumented in source.

Members

Functions

load_global_file
string load_global_file(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
load_json
JSONValue load_json(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
ASTNode parse(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_template
ASTNode parse_template(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
render
string render(string input, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
render
string render(ASTNode temp, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
render_file
string render_file(string filename, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
render_file_with_json_file
string render_file_with_json_file(string filename, string filename_data)
Undocumented in source. Be warned that the author may not have intended to support it.
set_comment
void set_comment(string open, string close)
Undocumented in source. Be warned that the author may not have intended to support it.
set_element_notation
void set_element_notation(ElementNotation element_notation_)
Undocumented in source. Be warned that the author may not have intended to support it.
set_expression
void set_expression(string open, string close)
Undocumented in source. Be warned that the author may not have intended to support it.
set_line_statement
void set_line_statement(string open)
Undocumented in source. Be warned that the author may not have intended to support it.
set_statement
void set_statement(string open, string close)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string filename, JSONValue data, string filename_out)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ASTNode temp, JSONValue data, string filename_out)
Undocumented in source. Be warned that the author may not have intended to support it.
write_with_json_file
void write_with_json_file(string filename, string filename_data, string filename_out)
Undocumented in source. Be warned that the author may not have intended to support it.
write_with_json_file
void write_with_json_file(ASTNode temp, string filename_data, string filename_out)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

input_path
string input_path;
Undocumented in source.
output_path
string output_path;
Undocumented in source.
parser
Parser parser;
Undocumented in source.
renderer
Renderer renderer;
Undocumented in source.

Meta